type go/printer.whiteSpace
13 uses
go/printer (current package)
nodes.go#L46: func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (nbreaks int) {
nodes.go#L1872: func (p *printer) funcBody(headerSize int, sep whiteSpace, b *ast.BlockStmt) {
printer.go#L27: type whiteSpace byte
printer.go#L30: ignore = whiteSpace(0)
printer.go#L31: blank = whiteSpace(' ')
printer.go#L32: vtab = whiteSpace('\v')
printer.go#L33: newline = whiteSpace('\n')
printer.go#L34: formfeed = whiteSpace('\f')
printer.go#L35: indent = whiteSpace('>')
printer.go#L36: unindent = whiteSpace('<')
printer.go#L68: wsbuf []whiteSpace // delayed white space
printer.go#L925: case whiteSpace:
printer.go#L1327: wsbuf: make([]whiteSpace, 0, 16),
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)